home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-30 | 940 b | 25 lines | [TEXT/KAHL] |
- /****
- * CIntelligentWindow.h
- *
- * This class makes the Window a little more intelligent.
- *
- * Copyright © 1993 Quipus, by Mårten Sörliden. All rights reserved.
- *
- ****/
-
- #define _H_CIntelligentWindow /* Include this file only once */
-
- #include <CWindow.h>
-
- class CDesktop;
- class CDirector;
-
-
- struct CIntelligentWindow : CWindow {
-
- short wNum;
- Boolean stdStateChanged;
- short lastDirection;
-
- /** Construction and destruction methods **/
- void IIntelligentWindow(short WINDid, Boolean aFlo